home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’91 / AliasThis! / AliasThisƒ / src / SamplePrint.h < prev   
Encoding:
C/C++ Source or Header  |  1990-10-03  |  385 b   |  17 lines  |  [TEXT/MPS ]

  1. #ifndef __SAMPLEPRINT__
  2. #define __SAMPLEPRINT__
  3.  
  4. #ifndef __QUICKDRAW__
  5. #include <QuickDraw.h>
  6. #endif
  7.  
  8. #ifndef __FILES__
  9. #include <Files.h>
  10. #endif
  11.  
  12. extern Point    CenterDrawArea(Rect *sRect,Rect *bRect);
  13. extern void        PresentStyleDialog(void);
  14. extern OSErr    PrintFile(FSSpecPtr fileSpec);
  15. extern OSErr    StartPrintingProcess(Boolean GetUserInput, Rect *MyDrawingRect);
  16.  
  17. #endif __SAMPLEPRINT__